Skip to content

Instantly share code, notes, and snippets.

@GhassenChawati1
GhassenChawati1 / Fedora GNOME Setup
Created July 28, 2026 12:38
🐧 Fedora GNOME Setup
Extensions:
• Dash to Dock
• Desktop Cube
• Compiz Windows Effect
• Compiz Alike Magic Lamp Effect
• Blur My Shell
Apps:
Extension Manager
@Prottoy2938
Prottoy2938 / ch-key-generation.js
Created November 2, 2020 13:17
Cipher Delta key generation code
function makeId(length) {
let result = "";
const characters =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
const charactersLength = characters.length;
for (let i = 0; i < length; i++) {
result += characters.charAt(Math.floor(Math.random() * charactersLength));
}
return result;
}
@justjkk
justjkk / LICENSE
Last active September 20, 2026 22:53
Parsing JSON with lex and yacc
The MIT License (MIT)
Copyright (c) 2015 J Kishore Kumar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
@fordnox
fordnox / laya.sh
Last active September 20, 2026 22:42
Laya on Mac m4 CoreML Offline https://github.com/mizorewww/laya-coreml
mkdir test-laya
cd test-laya
uv init
uv add 'laya-coreml[demo]'
hf download aac6fef/laya-multilingual-coreml-ane --local-dir models/snake
uv run laya-coreml-snake --model models/snake
@chainedcupid-dot
chainedcupid-dot / Final_BoilerRoom_Display_V15_Brightness64_Logo_Fade_in_Fix.ino
Last active September 20, 2026 22:39
Boiler Room – SteamOS RGB matrix display software
#include <ESP32-HUB75-MatrixPanel-I2S-DMA.h>
#include <math.h>
#define PANEL
#define PANEL
#define PANEL
RES
X 64
_
_
RES

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@Klerith
Klerith / testing-configuration.md
Last active September 20, 2026 22:33
Configuración de Vitest + React Testing Library
@alatalo
alatalo / !pve deb13 cloudimage.md
Last active September 20, 2026 22:30
Proxmox Debian 13 cloud-init ready VM template

Proxmox Debian 13 cloud-init ready VM template

Proxmox VE shell commands to create Debian 13 cloud-init ready VM template and deploy a VM with the template and cloud-init settings.

  • Tested on Proxmox VE 8.4.14 and 9.0.11
  • Run the commands on the Proxmox VE host as root
  • Note: Not a shell script ready to be run, just a list of commands

Ville Alatalo 2025 https://github.com/alatalo